home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / embryo / examples / recurse.inc < prev    next >
Text File  |  2006-01-09  |  137b  |  8 lines

  1. #if defined EXAMPLE_INC
  2. #endinput
  3. #endif
  4. #define EXAMPLE_INC
  5.  
  6. native printf(format[], ...);
  7. native native_rec(arg1, str[], arg2);
  8.